home *** CD-ROM | disk | FTP | other *** search
- Path: due.unit.no!usenet
- From: Per Ivar Helgesen <ph@iok.unit.no>
- Newsgroups: comp.lang.c
- Subject: Error linking DLL
- Date: Sun, 28 Jan 1996 20:00:31 +0000
- Organization: SINTEF Applied Economics
- Message-ID: <310BD5DF.6347@iok.unit.no>
- NNTP-Posting-Host: markus.iok.unit.no
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.0b5 (Win95; I)
-
- I have troubles linking DLL's using Borland 4.0.
- I try to make a dynamic library,
- Platform: Windows 3.x (16-bit)
- Target model: Large
-
- I am able to send arrays and strings (from Visual Basic),
- I can do simple calculations or changes, and return results.
- But if I try to use functions from function-libraries
- I cannot link my DLL.
-
- I get linker errors if I try to use mathematical
- functions (defined by math.h), string-funcions
- (from string.h) or if I use i/o-functions
- (stdio.h). I even get errors if I just try to assign
- a value to a double variable.
-
- What is wrong (is it just me)? :-(
- Do I need to link some (static/ run-time)
- libraries with my DLL?
-
- ___ //// _________________________________________________
- |--00 Per Ivar Helgesen, SINTEF Applied Economics
- C ^ ph@iok.unit.no , tlf +47 7359 0806
- ___ \ ~/ _________________________________________________
-